dojo
dojo copied to clipboard
[BUG] asdf can't install dojo
trafficstars
Describe the bug
running asdf install dojo latest results in the following error:
curl: (22) The requested URL returned error: 404
asdf-dojo: Could not download https://github.com/dojoengine/dojo/releases/download/v1.2.2/dojo_v1.2.2_linux_aarch64.tar.gz
when attempting to install dojo toolchain in linux on arm.
To Reproduce
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo latest
Expected behavior dojo toolchain should install when using asdf
Additional context
It looks like the format of release tar files is incorrect/non-standard.
Asdf is expecting aarch64 while dojo releases seem to use arm64 in the suffix when naming the release files.
I believe the standard for arm is to use the aarch64 tag so fixing this would be much appreciated.