diff --git a/src/components/download.tsx b/src/components/download.tsx
index 0fa3305..38f3da2 100644
--- a/src/components/download.tsx
+++ b/src/components/download.tsx
@@ -136,8 +136,8 @@ export default function DownloadPage() {
releaseTarget = platform[arch];
} else {
releaseTarget = platform[arch][selectedPlatform === "Windows"
- ? windowsDownloadType as string
- : linuxDownloadType as string];
+ ? selectedWindowsDownloadType as string
+ : selectedLinuxDownloadType as string];
}
console.log("Downloading: ");
console.log("platform: ", selectedPlatform);
@@ -247,12 +247,12 @@ export default function DownloadPage() {
Blazing fast and compatible with modern devices
Slow but compatible with older devices.
@@ -268,12 +268,12 @@ export default function DownloadPage() {64-bit ARM architecture, for Apple's M1 or M2 chips
64-bit Intel architecture, for older Macs
@@ -314,7 +314,7 @@ export default function DownloadPage() { >Download Zen for Linux {selectedArchitecture}Install Zen with a setup wizard