diff --git a/scripts/bolt-cli-tarballs.sh b/scripts/bolt-cli-tarballs.sh index 8ca194147..f95d4a457 100755 --- a/scripts/bolt-cli-tarballs.sh +++ b/scripts/bolt-cli-tarballs.sh @@ -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 )