Update github download link.

This commit is contained in:
Relintai 2022-10-11 20:25:47 +02:00
parent 50e86ebca7
commit 7be19917bb

View File

@ -36,7 +36,7 @@ function set_package_link()
pushd $BUILD_DIR &>/dev/null
DOWNLOAD_PAGE=llvmorg-$CLANG_VERSION
download https://github.com/llvm/llvm-project/releases/tag/$DOWNLOAD_PAGE &>/dev/null
download https://github.com/llvm/llvm-project/releases/expanded_assets/$DOWNLOAD_PAGE &>/dev/null
if [[ $(file $DOWNLOAD_PAGE) == *gzip* ]]; then
mv $DOWNLOAD_PAGE $DOWNLOAD_PAGE.gz