AM62A7: edgeai-tidl-tools -> setup instructions fail, file tidl_tools.tar.gz unavailable for download

Part Number: AM62A7

Tool/software:

I'm looking to compile a custom onnx file for AM62A7. edgeai-tidl-tools seems like a good place to start. 

In the repo https://github.com/TexasInstruments/edgeai-tidl-tools the setup.sh script amongst other things, tries to download a file from a TI server with wget

wget --quiet https://software-dl.ti.com/jacinto7/esd/tidl-tools/11_00_06_00/TIDL_TOOLS/AM62A/tidl_tools.tar.gz

Removing the "quiet" to get the details we see a redirect, to missing file. 

vscode@440e9782d303:/opt/ti/edgeai-tidl-tools/tools/AM62A$ wget software-dl.ti.com/.../tidl_tools.tar.gz
--2025-09-17 12:25:42-- software-dl.ti.com/.../tidl_tools.tar.gz
Resolving software-dl.ti.com (software-dl.ti.com)... 104.83.3.221, 104.83.3.221
Connecting to software-dl.ti.com (software-dl.ti.com)|104.83.3.221|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: downloads.ti.com/.../tidl_tools.tar.gz [following]
--2025-09-17 12:25:42-- downloads.ti.com/.../tidl_tools.tar.gz
Resolving downloads.ti.com (downloads.ti.com)... 104.124.179.141, 104.124.179.141
Connecting to downloads.ti.com (downloads.ti.com)|104.124.179.141|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-09-17 12:25:42 ERROR 404: Not Found.

vscode@440e9782d303:/opt/ti/edgeai-tidl-tools/tools/AM62A$

This has also been reported my multiple users for last few months 

https://github.com/TexasInstruments/edgeai-tidl-tools/issues/105

Is there any update or workaround we can use to get hold of this required file?

Thanks