Skip to content

Commit fcd6d9c

Browse files
ptilletJokeren
authored andcommitted
[BUILD] update URL for LLVM tarballs (#4216)
1 parent d2751a0 commit fcd6d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def get_llvm_package_info():
185185
with open(llvm_hash_path, "r") as llvm_hash_file:
186186
rev = llvm_hash_file.read(8)
187187
name = f"llvm-{rev}-{system_suffix}"
188-
url = f"https://tritonlang.blob.core.windows.net/llvm-builds/{name}.tar.gz"
188+
url = f"https://oaitriton.blob.core.windows.net/public/llvm-builds/{name}.tar.gz"
189189
return Package("llvm", name, url, "LLVM_INCLUDE_DIRS", "LLVM_LIBRARY_DIR", "LLVM_SYSPATH")
190190

191191

0 commit comments

Comments
 (0)