Switches from using solc-select to downloading the specific solc v0.4.24 binary via curl.
This fixes CI because of 0.4.24 is now not in the first page of releases via the Github API, and should also make CI faster because it targets installation of a single solc version.
Switches from using
solc-select
to downloading the specific solc v0.4.24 binary viacurl
.This fixes CI because of 0.4.24 is now not in the first page of releases via the Github API, and should also make CI faster because it targets installation of a single solc version.