dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
681 stars 64 forks source link

choosenim on macOS ARM still downloads the x64 version #347

Open anta40 opened 1 month ago

anta40 commented 1 month ago
$ uname -a
Darwin Wolfenstein.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May  1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64
$ curl https://nim-lang.org/choosenim/init.sh -sSf | sh
choosenim-init: Downloading choosenim-0.8.9_macosx_amd64
Downloading Nim 2.2.0 from nim-lang.org
[##################################################] 100.0% 0kb/s
 Extracting nim-2.2.0.tar.xz
 Extracting nim-2.2.0.tar
   Building Nim 2.2.0
^CSIGINT: Interrupted by Ctrl-C.

I'm on Sonoma 14.5

SpotlightKid commented 1 month ago

Wrong repo for reporting this. choosenim is now maintained at https://github.com/nim-lang/choosenim

(The error is in the init.sh script, which hasn't been updated to the latest version in the repo to reflect the availability of a choosenim arm64 binary binary for the latest release:

https://github.com/nim-lang/choosenim/blob/29e23311ae88c272efc4ab2a70c65091378dc21a/scripts/choosenim-unix-init.sh#L127 )

anta40 commented 1 month ago

Woops sorry. Got it. Consider this issue closed.