diff --git a/setup.sh b/setup.sh index 43dbb4ca..0b4212a7 100755 --- a/setup.sh +++ b/setup.sh @@ -31,8 +31,8 @@ if [[ $PLATFORM = "aarch64" ]]; then which maturin || pip install maturin fi -if [[ $PLATFORM = "arm64" ]]; then - echo "arm64 detected..." +if [[ $PLATFORM = arm* ]]; then + echo "arm detected..." which maturin || pip install maturin else echo "Unsupported platform; please install maturin manually"