From 7b5f00ef1af4f8a44d50cc3b2950659a5fb08cfb Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 7 Apr 2026 10:57:40 -0700 Subject: [PATCH] update release manifest branch --- scripts/download-from-manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-from-manifest.py b/scripts/download-from-manifest.py index 0053679..5d3fbaa 100755 --- a/scripts/download-from-manifest.py +++ b/scripts/download-from-manifest.py @@ -8,7 +8,7 @@ from pathlib import Path from urllib.parse import urlparse MASTER_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/master/system/hardware/tici/agnos.json" -RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release3/system/hardware/tici/agnos.json" +RELEASE_MANIFEST = "https://raw.githubusercontent.com/commaai/openpilot/release-mici/system/hardware/tici/agnos.json" ROOT = Path(__file__).parent.parent