diff --git a/public/index.html b/public/index.html
index 8c65e26..a627bea 100755
--- a/public/index.html
+++ b/public/index.html
@@ -73,6 +73,10 @@
arch=$(uname -m)
echo $arch
case $arch in
+ "arm64")
+ suffix="-aarch64-apple-darwin"
+ ;;
+
*)
# We rely on Rosetta atm
suffix="-x86_64-apple-darwin"