Skip to content

Commit bb30659

Browse files
committed
[BUILD] fix xpu download link in setup_helper
1 parent c435e69 commit bb30659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def check_env(env_val):
338338
cache.store(
339339
file="XTDK-llvm19-ubuntu2004_x86_64",
340340
condition=("xpu" == flagtree_backend),
341-
url="https://github.com/FlagTree/flagtree/releases/download/v0.1.0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar",
341+
url="https://github.com/FlagTree/flagtree/releases/download/v0.1.0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar.gz",
342342
pre_hock=lambda: check_env('LLVM_BUILD_DIR'),
343343
post_hock=set_llvm_env,
344344
)

0 commit comments

Comments
 (0)