From b15085f550e73876009fe9bebf5b03537677fe56 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 20 Oct 2025 14:14:37 +1100 Subject: [PATCH] fix rln script Not sure how the previous script ever worked when checking zerokit assets on GitHub --- scripts/build_rln.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_rln.sh b/scripts/build_rln.sh index 5e1b0caa5..c93be290a 100755 --- a/scripts/build_rln.sh +++ b/scripts/build_rln.sh @@ -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 \