Skip to content

Commit

Permalink
fix downloading buck2 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopezgi committed Nov 22, 2024
1 parent 494f458 commit 252a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/setup-buck2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make
cd ../

# Get the Buck2 binary.
curl --output buck2-aarch64-unknown-linux-gnu.zst https://github.com/facebook/buck2/releases/download/latest/buck2-aarch64-unknown-linux-gnu.zst
curl -L -O https://github.com/facebook/buck2/releases/download/latest/buck2-aarch64-unknown-linux-gnu.zst

# Unpack the binary.
# Use installed zstd once available in the CI runner.
Expand Down

0 comments on commit 252a68d

Please sign in to comment.