Tested 8/18, Firefox correctly handles a simple download
attribute. The accepted and second-ranked answers are wrong, at least as of now.
So, simply,
will work, and if you want to control what the file is downloaded as, you give download
a value:
That is why Chrome (or any modern browser) will download it as "true.mp3" if you try to use download="true"
instead of a simple download
to force the file download.