Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 4040b1b

Browse files
committed
download bins url update
1 parent 1b5ac98 commit 4040b1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NiceHashMiner/Utils/MinersDownloadManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public partial class MinersDownloadManager : BaseLazySingleton<MinersDownloadMan
2424

2525
const string d_01 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin.zip";
2626
const string d_v1_7_0_4 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_0_4.zip";
27-
public string BinsDownloadURL = d_v1_7_0_4;
27+
const string d_v1_7_1_3 = "https://github.com/nicehash/NiceHashMiner/releases/download/1.7.0.0-dev/bin_1_7_1_3.zip";
28+
public string BinsDownloadURL = d_v1_7_1_3;
2829
public string BinsZipLocation = "bins.zip";
2930

3031
private class DownloadData {

0 commit comments

Comments
 (0)