diff --git a/script/helperFunctions.sh b/script/helperFunctions.sh index 4e2fb1bc..cf04eb76 100755 --- a/script/helperFunctions.sh +++ b/script/helperFunctions.sh @@ -3714,7 +3714,7 @@ install_foundry_zksync() { # $OSTYPE is a bash variable that contains the operating system type local os if [[ "$OSTYPE" == "darwin"* ]]; then - os="mac" + os="darwin" elif [[ "$OSTYPE" == "linux-gnu"* ]]; then os="linux" else