Cannot download build-wrapper without running SonarQube

There is a problem with the link provided in the documentation to analyze language C with SonarQube
https://docs.sonarqube.org/display/PLUG/Building+on+Linux
The link is some localhost URL that expects SonarQube be running in order to download the build-wrapper binary but I am using sonarcloud.io so I cannot download it.

You can simply replace localhost by the name of the SonarCloud :sonarcloud: server:
sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip

Thank you! It didn’t cross my mind.