Fly CLI installation broken

Trying to install the fly/flyctl CLI usin curl -L https://fly.io/install.sh | sh:
I’m getting either:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1415    0  1415    0     0  27211      0 --:--:-- --:--:-- --:--:-- 27211
curl: (3) Illegal characters found in URL

or:

Error: Unable to find a flyctl release for Linux/x86_64/latest - see github.com/superfly/flyctl/releases for all versions

Everything worked a minute ago, suddenly install stopped working.

1 Like

Part of that install script calls the Fly API (… curl -s https://api.fly.io …) and the API has an issue that is being investigated now. It should be back soon.

1 Like