Missing download URL in Toolbox App CLI documentation
On https://www.jetbrains.com/help/toolbox-app/toolbox-app-cli.html#prepare_env there is a URL mention in “Set up the environment” section, but I cant find it anywhere.

I've searched tb-cli.jar on github.com and in Issue Tracked but with no luck. Would it be possible to share this URL and update documentation?
Please sign in to leave a comment.
I apologize for not getting back to you sooner. Thank you for the feedback.
A revised documentation page is here:
https://www.jetbrains.com/help/toolbox-app/offline-remote-development-in-the-toolbox-app.html#tba_agent
The most convenient way to get a correct build number is to check the «Toolbox Other Versions» page:
https://www.jetbrains.com/toolbox-app/download/other/
Here are a few examples of links for different platforms:
Linux x64: https://download.jetbrains.com/toolbox/agent/tbcli-linux-x64-3.4.3.81140.tar.gz
Linux ARM64: https://download.jetbrains.com/toolbox/agent/tbcli-linux-aarch64-3.4.3.81140.tar.gz
macOS x64: https://download.jetbrains.com/toolbox/agent/tbcli-mac-x64-3.4.3.81140.tar.gz
macOS ARM64: https://download.jetbrains.com/toolbox/agent/tbcli-mac-aarch64-3.4.3.81140.tar.gz
Windows x64: https://download.jetbrains.com/toolbox/agent/tbcli-win32-x64-3.4.3.81140.tar.gz
Windows ARM64: https://download.jetbrains.com/toolbox/agent/tbcli-win32-aarch64-3.4.3.81140.tar.gz
Thanks Semyon Martynchik!