From 0bbb84da0ca3c6e48c2cdf55db15951774c160e6 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Fri, 5 Jul 2024 17:08:04 +0000 Subject: [PATCH] update install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"