diff --git a/install.sh b/install.sh index 74674bd..027f006 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ OS=$(uname -s) if [ "$OS" = "Darwin" ]; then # Determine the CPU architecture ARCH=$(uname -m) - if [ "$ARCH" = "arm64" ]; then + if [ "$ARCH" = "aarch64" ]; then ASSET_NAME="_aarch64-apple-darwin.tar.gz" else ASSET_NAME="_x86_64-apple-darwin.tar.gz"