diff --git a/_templates/download.html b/_templates/download.html index c618c705..0a59421c 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -16,7 +16,7 @@ lin32: "linux32.tar.gz" lin64: "linux64.tar.gz" --- -{% capture PATH_PREFIX %}/bin/{{ site.DOWNLOAD_VERSION }}{% endcapture %} +{% capture PATH_PREFIX %}/bin/bitcoin-core-{{ site.DOWNLOAD_VERSION }}{% endcapture %} {% capture FILE_PREFIX %}bitcoin-{{ site.DOWNLOAD_VERSION }}{% endcapture %}