nrfutil on aarch64 linux issue with arch

Hi, 

I just tried installing nrfutil on linux with aarch64 architecture and with i try to use it i get error. 

how i installed it:

mkdir -p /tmp/nrfutil && \
cd /tmp/nrfutil && \
curl https://files.nordicsemi.com/artifactory/swtools/external/nrfutil/executables/aarch64-unknown-linux-gnu/nrfutil -o nrfutil && \
mv nrfutil /usr/bin/ && \
chmod +x /usr/bin/nrfutil
after installation I ran the command:
nrfutil install sdk-manager

and after that running command fails:
nrfutil sdk-manager toolchain install --ncs-version 3.0.1

the error I get is:
Error: Failed to find remote config for platform: aarch64-unknown-linux-gnu

from quick search it seems to be an know issue:
https://github.com/rust-skia/rust-skia/issues/570
Best regards,
Vojislav
Related