diff --git a/bucket/llvm.json b/bucket/llvm.json index 5680b893e8..28a8cba828 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -58,10 +58,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z" }, "32bit": { - "url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z" } } }