Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Dec 6, 2024
1 parent aa5c1be commit c18f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bolt-cli-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -eo pipefail
# each tuple is in the format of "target-triple", "short-name".
TARGETS=(
"aarch64-apple-darwin" "arm64-darwin" # ARM apple chips (M1)
"x86_64-apple-darwin" "amd64_64-darwin" # Intel apple chips
"x86_64-apple-darwin" "amd64-darwin" # Intel apple chips
"aarch64-unknown-linux-gnu" "arm64-linux" # ARM linux chips
"x86_64-unknown-linux-gnu" "amd64-linux" # x86 linux chips
)
Expand Down

0 comments on commit c18f442

Please sign in to comment.