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

@ -1,6 +1,12 @@
#!/usr/bin/env bash
set -e
# check if curl is installed
if ! command -v curl &> /dev/null
then
echo "curl could not be found"
exit
fi
# download https://binaries.soliditylang.org/wasm/list.json as json
curl https://binaries.soliditylang.org/wasm/list.json > list.json

Loading…
Cancel
Save