Skip to content

Commit

Permalink
Update common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Apr 24, 2023
1 parent 46604ff commit f1acb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func downloadZip(url, version string) (string, error) {
client := http.Client{
Timeout: DownLoadTimeOut,
}
res, err := client.Get(fmt.Sprintf("%s/iOSDeviceSupport/raw/master/DeviceSupport/%s.zip", url, vm))
res, err := client.Get(fmt.Sprintf("%s/iOSDeviceSupport/raw/master/iOSDeviceSupport/%s.zip", url, vm))
if err != nil {
return "", err
}
Expand Down

0 comments on commit f1acb8f

Please sign in to comment.