diff --git a/_templates/download.html b/_templates/download.html
index 9c8c6f01..a8d38811 100755
--- a/_templates/download.html
+++ b/_templates/download.html
@@ -66,7 +66,7 @@ case 'ubuntu':
break;
case 'mac':
but.getElementsByTagName('IMG')[0].src='/img/but_mac.svg';
- but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg';
+ but.href='/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx-setup.dmg';
break;
}