1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

scripts/upload-release: fix riscv64 call

This commit is contained in:
0x4A6F 2024-04-18 17:09:11 +02:00
parent b2b776da4f
commit f8a67d7e26
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -172,7 +172,7 @@ eval {
};
warn "$@" if $@;
eval {
downloadFile("binaryTarballCross.x86_64-linux.riscv64-linux-gnu", "1");
downloadFile("binaryTarballCross.x86_64-linux.riscv64-unknown-linux-gnu", "1");
};
warn "$@" if $@;
downloadFile("installerScript", "1");