pull/3668/head^2
filip mertens 2 years ago
parent 5755c71c78
commit 6bb5aa3b0e
  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