I'm working on a bash script that installs various applications, and one of those is the latest version of MySQL Workbench. Since Workbench's presence (and version) in Linux repositories is hit-or-miss, I have decided to just download it from dev.mysql.com.
However, it seems their website isn't friendly to wget or similar downloaders that require a direct link.
Is there a direct link to the latest versions of MySQL Workbench (preferably using dev.mysql.com, one of its mirrors, or an otherwise vetted source)?