Download cypress error

When executing the "yarn" command to download dependent packages, happend error, error message"
URL: https://download.cypress.io/desktop//Applications/Cypress.app/Contents/MacOS/Cypress?platform=darwin&arch=arm64
Error: Failed downloading the Cypress binary.
Response code: 404
Response message: Not Found
"
after reporting an error, there is a cypress dependency package in node_modules folder.
as shown in the figure:

node  --version          // 18.16.0
yarn  --version          // 1.22.19

try using another internet connection to download cypress

I'm found the answer on the Cypress github issues
cypress-io/cypress#26228