Skip to content

Commit e7b93b8

Browse files
committed
fix install
1 parent c97693f commit e7b93b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ set_filename() {
5858
exit 1
5959
;;
6060
aarch* | armv8*)
61-
FILENAME="x86_64-unknown-linux-gnu.tar.gz"
61+
FILENAME="x86_64-unknown-linux-musl.tar.gz"
6262
;;
6363
*)
64-
FILENAME="x86_64-unknown-linux-gnu.tar.gz"
64+
FILENAME="x86_64-unknown-linux-musl.tar.gz"
6565
esac
6666
elif [ "$OS" = "Darwin" ] && [ "$FORCE_INSTALL" = "true" ]; then
6767
FILENAME="fnm-macos"

0 commit comments

Comments
 (0)