From 7be19917bba24a9129838d7f0cca49944cd48388 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 11 Oct 2022 20:25:47 +0200 Subject: [PATCH] Update github download link. --- build_clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_clang.sh b/build_clang.sh index c854fde..5645dad 100755 --- a/build_clang.sh +++ b/build_clang.sh @@ -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