Skip to content

Commit 9b47975

Browse files
authored
Merge pull request #71 from nim-lang/ringabout-patch-1
adds linux_arm64
2 parents 832d26b + 2d38768 commit 9b47975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/choosenim-unix-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install() {
4040
local ext=""
4141

4242
case $platform in
43-
*macosx_amd64* | *macosx_arm* | *linux_amd64* )
43+
*macosx_amd64* | *macosx_arm* | *linux_amd64* | *linux_arm64* )
4444
;;
4545
*windows_amd64* )
4646
# Download ZIP for Windows

0 commit comments

Comments
 (0)