Currently, we're using the full GitHub raw file URL for the wws installer. To simplify these URLs, we're going to add a redirection on https://workers.wasmlabs.dev/install. This will change the command to:
curl -fsSL https://workers.wasmlabs.dev/install | bash
The -L is mandatory as the idea is to provide a redirection, not to host the file there.