We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68b454 commit 45ab8d8Copy full SHA for 45ab8d8
scripts/download-CanBridge.mjs
@@ -4,7 +4,7 @@ import axios from 'axios';
4
import AdmZip from 'adm-zip';
5
6
const canBridgeTag = "v2.3.0";
7
-const canBridgeReleaseAssetUrlPrefix = `https://github.com/REVrobotics/CANBridge/releases/download/${canBridgeTag}`;
+const canBridgeReleaseAssetUrlPrefix = `https://github.com/unofficial-rev-port/CANBridge/releases/download/${canBridgeTag}`;
8
9
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';
10
const runtimeArtifactsPath = path.join('prebuilds', 'win32-x64');
0 commit comments