diff --git a/src/frontend/src/utilities/CustomDrawer.tsx b/src/frontend/src/utilities/CustomDrawer.tsx
index 44383262a7..fb1a7f218a 100644
--- a/src/frontend/src/utilities/CustomDrawer.tsx
+++ b/src/frontend/src/utilities/CustomDrawer.tsx
@@ -103,7 +103,7 @@ export default function CustomDrawer({ open, size, type, onClose, setOpen }: cus
     },
     {
       name: 'Download Custom ODK Collect',
-      ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.0/ODK-Collect-v2024.2.0.apk',
+      ref: 'https://github.com/hotosm/odkcollect/releases/download/v2024.2.0-signed/ODK-Collect-v2024.2.0-signed.apk',
       isExternalLink: true,
       isActive: true,
     },