fix rln script

Not sure how the previous script ever worked when checking zerokit assets on GitHub
This commit is contained in:
fryorcraken 2025-10-20 14:14:37 +11:00
parent f9ae30e435
commit b15085f550
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -19,7 +19,7 @@ host_triplet=$(rustc --version --verbose | awk '/host:/{print $2}')
tarball="${host_triplet}"
tarball+="-rln.tar.gz"
tarball+="-default-rln.tar.gz"
# Download the prebuilt rln library if it is available
if curl --silent --fail-with-body -L \