pull/5370/head
filip mertens 2 years ago
parent ad5b1da177
commit bb10f73084
  1. 2
      apps/remix-ide/ci/downloadsoljson.sh

@ -14,7 +14,7 @@ curl https://binaries.soliditylang.org/wasm/list.json > list.json
version=$(cat list.json | jq -r '.latestRelease')
echo $version
# the value of releases with key $version
url=$(cat list.json | npx jq -r '.releases[]' | grep $version)
url=$(cat list.json | npx jq -r '.releases[]' | grep "$version+")
echo $url
# set path to the url
path="https://binaries.soliditylang.org/bin/$url"

Loading…
Cancel
Save