Rasa x 0.25.2 install problem

After run

curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/0.25.2/install.sh

the install.sh has below content

<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: rasa-x-releases/0.25.2/install.sh</Details></Error>

What’s wrong here?

Thanks,

0.25.2 is not yet released. Can you please try with curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/0.25.1/install.sh ?

Sorry, that’s a mistake in our docs. we will fix it asap!