File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
19
19
return [
20
20
{
21
21
os : 'mac' ,
22
- slug : 'osx-dmg' ,
23
- href : '/download/osx-dmg' ,
22
+ slug : 'osx-dmg-arm64 ' ,
23
+ href : '/download/osx-dmg-arm64 ' ,
24
24
text : 'MacOS DMG' ,
25
25
defaultText : 'macOS' ,
26
26
subtext : 'Apple Silicon' ,
@@ -104,8 +104,8 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
104
104
} ,
105
105
{
106
106
os : 'linux' ,
107
- slug : 'linux-standalone' ,
108
- href : '/download/linux-standalone' ,
107
+ slug : 'linux-standalone-arm64 ' ,
108
+ href : '/download/linux-standalone-arm64 ' ,
109
109
text : 'Linux Zip' ,
110
110
subtext : 'arm64' ,
111
111
releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } -linux-arm64.zip` ,
You can’t perform that action at this time.
0 commit comments