We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c435e69 commit bb30659Copy full SHA for bb30659
python/setup_helper.py
@@ -338,7 +338,7 @@ def check_env(env_val):
338
cache.store(
339
file="XTDK-llvm19-ubuntu2004_x86_64",
340
condition=("xpu" == flagtree_backend),
341
- url="https://github.com/FlagTree/flagtree/releases/download/v0.1.0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar",
+ url="https://github.com/FlagTree/flagtree/releases/download/v0.1.0-build-deps/XTDK-llvm19-ubuntu2004_x86_64.tar.gz",
342
pre_hock=lambda: check_env('LLVM_BUILD_DIR'),
343
post_hock=set_llvm_env,
344
)
0 commit comments