How to download convert graphdef memmapped format binary file in safari broswer?

Recently, I was facing issue while downloading convert_graphdef_memmapped_format file from given link “https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.osx/artifacts/public/convert_graphdef_memmapped_format
that, it is getting downloading as .dms extension due to which I was not able to run below command.
“convert_graphdef_memmapped_format --in_graph=output_graph.pb --out_graph=output_graph.pbmm”.

But when I opened this link in chrome browser using the same link then I was able to get the valid binary “convert_graphdef_memmapped_format” file.

NOTE: Raising this issue with reference to this topic “How to create a mmap-able model from the output_graph.pb file