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 \