diff --git a/clang32-bootstrap.sh b/clang32-bootstrap.sh index 4bda6ce..4ea3794 100755 --- a/clang32-bootstrap.sh +++ b/clang32-bootstrap.sh @@ -27,7 +27,7 @@ CLANG32_SCRIPTS=( "libtool32" ) -CLANG32_ZIP="clang-12.zip" +CLANG32_ZIP="clang-12-xcode-14.zip" "${CURL}" -LfsO "https://github.com/acidanthera/ocbuild/releases/download/llvm-kext32-latest/${CLANG32_ZIP}" || ret=$? if [ $ret -ne 0 ]; then